home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / mint / profile.sh < prev    next >
Text File  |  1994-02-24  |  729b  |  28 lines

  1. # sh init file
  2. #
  3.  
  4. PATH=/bin:/usr/bin:/usr/gnu/bin:/mac/bin:/emacs/bin; export PATH
  5. TERM=et52; export TERM
  6.  
  7. TZ=PST8PDT; export TZ
  8. GCCEXEC=/usr/bin/gcc-; export GCCEXEC
  9. GNULIB=/usr/lib; export GNULIB
  10. GNUINC=/usr/include; export GNUINC
  11. GXXINC=/usr/g++-include; export GXXINC
  12. TERMCAP=/etc/termcap; export TERMCAP
  13. EMACSLOADPATH=/emacs/lisp; export EMACSLOADPATH
  14. EMACS_EXECPATH=/emacs/etc; export EMACS_EXECPATH
  15. PERLLIB=/usr/lib/perl; export PERLLIB
  16. TMP=/tmp; export TMP
  17. TEMP=/tmp; export TEMP
  18. TMPDIR=/tmp; export TMPDIR
  19. MAC=/mac; export MAC
  20. MGCC=gcc; export MGCC
  21. MGAS=gcc-as; export MGAS
  22. MAR=gcc-ar; export MAR
  23. MNM=gcc-nm; export MNM
  24. MGNU=/usr; export MGNU
  25. PAGER=less; export PAGER
  26. SHELL=/bin/sh; export SHELL
  27. SAVE=/save; export SAVE
  28.